Q3Shape_SetSet
You can use theQ3Shape_SetSet
function to set the set associated with a shape.
TQ3Status Q3Shape_SetSet ( TQ3ShapeObject shape, TQ3SetObject set);
shape
- A shape object.
set
- The desired set to be associated with the specified shape.
DESCRIPTION
TheQ3Shape_SetSet
function sets the set of elements to be associated with the shape object specified by theshape
parameter to the set specified by theset
parameter.